net/http.conn.hijacked (method)
7 uses
net/http (current package)
server.go#L310: func (c *conn) hijacked() bool {
server.go#L786: hijacked := cr.conn.hijacked()
server.go#L977: if c.hijacked() {
server.go#L1150: if w.conn.hijacked() {
server.go#L1630: if w.conn.hijacked() {
server.go#L1914: if !c.hijacked() {
server.go#L2076: if c.hijacked() {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |